ReLTER is an R package that: provides access to DEIMS-SDR, allows interact with software implemented by eLTER Research Infrastructure (RI) and improves the data/information shared by them.
ReLTER is born within eLTER-Plus H2020 project and it shall definitely follow the progress of (eLTER RI).
ReLTER passed the peer review of ROpenSci, the biggest R community for open tools and open science.
# Convenient way to load list of packages
pkg_list <- c("sf", "terra", "ReLTER", "tmap")
lapply(pkg_list,require, character.only = TRUE)
tmap_options(check.and.fix = TRUE)
tmap_mode("view")